home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-16 / dos5tch.zip / PCBOOK.DOC < prev    next >
Text File  |  1991-11-21  |  2KB  |  58 lines

  1. PCBOOK
  2.  
  3. Jay Munro
  4. October 16, 1990 (Utilities)
  5.  
  6. Purpose
  7. Prints README and similar ASCII files in booklet format on an
  8. HP LaserJet II, IIp, or III printer.  Uses two-sided printing in 
  9. landscape mode, with Line Printer font so that  four standard pages of 
  10. 80 characters/line, 66 lines/page are printed on each sheet without 
  11. formatting changes.
  12.  
  13.  
  14. SYNTAX        PCBOOK [D:] [path] filename [/F] [/P] [/D]
  15. [/C] [/2] [/A] [/W] [/S] [/R] [/I]
  16.  
  17. Filename   Name of the text file to print
  18. /F         Print file name on every page
  19. /P         Print page numbers
  20. /D         Print date on every page
  21. /C         Display page count and prompt for confirmation before 
  22. starting
  23. /2         Output to LPT2 (default=LPT1)
  24. /A         Print to a file rather than a printer
  25. /W         Enable line wrap
  26. /S         Turn sound on for user prompts
  27. /R         Collate for rear paper tray
  28. /I         Ignore printer errors
  29.  
  30. DESCRIPTION
  31.  
  32. PCBOOK prints text files in book form on LaserJet printers. Output pages 
  33. can be stacked together, folded at the center, and stapled at the spine 
  34. to create a book.  The first pass through the printer prints everything 
  35. on one side; second pass through prints the opposite sides of the pages. 
  36. Once the pages come out in the top output tray after the first pass, lay 
  37. them back in the paper tray with text facing down to print the second 
  38. side. Use the /F, /P, and /D switches to print file names, page numbers, 
  39. and the current date at the top of every page if desired. If you want to 
  40. know how many sheets of paper will be required, use the/C switch, PCBOOK 
  41. will display a page count and ask you whether you want to proceed or 
  42. quit.  The /A switch lets you print to a file rather than a printer--
  43. convenient if you'll be doing the actual printing on someone else's PC. 
  44. By default, lines tat are more than 80 characters long are truncated. 
  45. The /W switch turns line wrap on so that lines will be printed in their 
  46. entirety. The source code for PCBOOK is available on ZiffNet.
  47.  
  48. EXAMPLES
  49.  
  50. To print README.DOC in booklet form and number the pages, type
  51.  
  52. PCBOOK README.DOC /P
  53.  
  54.  
  55. ** Special Note:  This utility is also a mentioned in the Ziff-Davis Press
  56. book "PC Magazine's DOS 5 Techniques and Utilities" by Jeff Prosise. Both
  57. this DOCumentation file and in the book's utility reference stand as correct.
  58.